docs: fix docs for GtkStyleProperties
authorWilliam Jon McCann <william.jon.mccann@gmail.com>
Tue, 21 Jan 2014 15:45:43 +0000 (10:45 -0500)
committerWilliam Jon McCann <william.jon.mccann@gmail.com>
Tue, 21 Jan 2014 18:33:45 +0000 (13:33 -0500)
gtk/gtkstyleproperties.h

index 14746edf510a9e9883c45bcc0de6eef09c9e38ff..0e3f33a94a1a0e26d198e971445ce642d68c35c9 100644 (file)
@@ -44,12 +44,14 @@ typedef struct _GtkGradient GtkGradient;
 
 struct _GtkStyleProperties
 {
+  /*< private >*/
   GObject parent_object;
   GtkStylePropertiesPrivate *priv;
 };
 
 struct _GtkStylePropertiesClass
 {
+  /*< private >*/
   GObjectClass parent_class;
 
   /* Padding for future expansion */